Skip to main content
DELETE
Cancel a context add job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Job ID to cancel

Response

Job cancelled successfully

success
boolean
required
Example:

true

jobId
string
required
Example:

"job_01HXYZABC"

status
string
required
Example:

"cancelled"

message
string
required
Example:

"Job cancelled successfully"